home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8431 < prev    next >
Encoding:
Text File  |  1996-08-05  |  534 b   |  19 lines

  1. Path: news.dacom.co.kr!bora!hanchrok
  2. From: hanchrok@bora.dacom.co.kr (Han Chi Rok)
  3. Newsgroups: comp.lang.c++
  4. Subject: Q: Can I export class member function?
  5. Date: 18 Feb 1996 06:13:03 GMT
  6. Organization: DACOM Internet
  7. Message-ID: <4g6g1f$rme@nis.dacom.co.kr>
  8. NNTP-Posting-Host: bora.dacom.co.kr
  9.  
  10. Hello, all.
  11. Can I export class member functions in DLL?
  12. And can I import andynamically call the class member functions 
  13. in other DLL files?
  14. extern "C" does not work good, I think.
  15. Thanks in advance for your assistance.
  16.  
  17. Chirok from Seoul
  18.  
  19.